Contents page

Rules for Tools/Display Constants


Display Constants
#define TOPDRAWSTART         31     /* Distance from top of window to box. */ 
#define TOPDATASTART         41     /* Distance from top to drawn data. */ 
#define LEFTDRAWSTART        10     /* Distance from left of window to box. */ 
#define LEFTDATASTART        50     /* Distance from left to drawn data. */ 
#define RIGHTWIDTH           29     /* Distance from right to box. */ 
#define BOTTOMHEIGHT         15     /* Distance from bottom to box. */ 
#define CURVEHEIGHT          40     /* Height of an individual graph. */ 
#define DOUBLEHEIGHT         72     /* Height of pbend region. */
#define STAFFHEIGHT         102     /* Height of two musical staffs. */ 
#define DATAHEIGHT           12     /* Height of an individual data item. */ 
#define TAB_STRINGWIDTH       9     /* width of an individual tab string */